common: miiphyutil: no need to check name of mii_dev
authorPeng Fan <[email protected]>
Tue, 24 Nov 2015 09:03:47 +0000 (17:03 +0800)
committerTom Rini <[email protected]>
Sat, 5 Dec 2015 23:22:15 +0000 (18:22 -0500)
commitd39449b110c8da47bf5b8dc372bd5cd1c33a1a67
tree1884e85fe7129db0dcc99e10aadaa909d5ac9a42
parent2ea47be02f356ff275fa5c50392ea510ddb4a96c
common: miiphyutil: no need to check name of mii_dev

The entry name of mii_dev is an array not pointer, so
no need to check.

Signed-off-by: Peng Fan <[email protected]>
Cc: Joe Hershberger <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
common/miiphyutil.c